.banner {
	/* float: left; */
	position: relative;
}

#banner-pic {
	width: 100%;
	/*height: calc(1080 / 1920 * 100%);*/
	height: 100vh;
}

#banner-pic .swiper-slide .img {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#banner-pic .swiper-slide .img img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner-pic .text {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translate(-50%, 0);
	z-index: 1;
	color: var(--color13);
}

#banner-pic .text .box {
	width: 70%;
	padding: 2%;
	max-height: 90%;
	float: left;
	position: absolute;
	top: 33%;
	left: 0;
	transform: translate(0, -50%);
}

#banner-pic .text .box .wowbox {
	width: 100%;
	height: 100%;
}

#banner-pic .text .box .name {
	line-height: 1.2;
	/* text-transform: capitalize; */
	font-weight: bold;
}

#banner-pic .text .box .name img {
	height: 70px;
}


#banner-pic .text .box .subname {
	font-weight: 600;
	white-space: nowrap;
}

#banner-pic .text .box .desc {
	margin-top: 28px;
	margin-bottom: 60px;
	text-align: left;

}

#banner-pic .text .box .desc p {
	color: #FFFFFF;
	/* opacity: 0.8; */
}

#banner-pic .text .box .desc img {
	/* height: 22px; */
	/* height: 20px; */
	margin-left: 5px;
	transform: translate(0, 15%);
}

#banner-pic .swiper-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#banner-pic .swiper-video video {
	width: 100%;
	height: 100%;
	float: left;
	z-index: 2;
	object-fit: cover;
}





#banner-btn {
	height: 12px;
	bottom: 5%;
	width: auto;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	z-index: 2;
}

#banner-btn .swiper-wrapper {
	transform: translate3d(0px, 0px, 0px) !important;
}

#banner-btn .swiper-slide {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: var(--color13) 2px solid;
	margin-left: 18px;
	float: left;
	position: relative;
	background: var(--color13);
	cursor: pointer;
	z-index: 4;
}

#banner-btn .swiper-slide:nth-child(1) {
	margin-left: 0;
}

#btn_circles {
	width: 12px;
	height: 12px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#btn_circles .text {
	display: none;
}

#btn_circles .wrp {
	width: 12px;
	height: 12px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

#btn_circles .wrp svg {
	float: left;
}

#btn_circles path:nth-child(1) {
	stroke: transparent;
}

#btn_circles path:nth-child(2) {
	stroke: var(--color13);
}

#banner-btn .swiper-slide-active {
	background: transparent;
	border: transparent 2px solid;
}



.prosort {
	overflow: hidden;
}

.prosort .proul {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

.prosort .proli {
	width: calc(50% - 10px);
	float: left;
	margin-left: 20px;
	position: relative;
}

.prosort .proli:nth-child(n+3) {
	margin-top: 20px;
}

.prosort .proli:nth-child(2n-1) {
	margin-left: 0;
}

.prosort .box,
.prosort .img,
.prosort .box img {
	width: 100%;
}

.prosort .img {
	border-radius: 20px;
	overflow: hidden;
}

.prosort .toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	color: var(--color13);
}

.prosort .toggle .text {
	width: 90%;
	margin: 40px auto 0 auto;
}

.prosort .toggle .name {}

.prosort .toggle .desc {}

.prosort .toggle .link {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) translateY(10px);
	opacity: 0;
}

.prosort .proli:hover .link {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0px);
}




.provideo {
	overflow: hidden;
	position: relative;
}

.provideo .pvbg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.provideo .pvbg .ico {
	width: 98px;
	position: absolute;
}

.provideo .pvbg .ico1 {
	left: 5.8%;
	top: 28%;
}

.provideo .pvbg .ico2 {
	right: 6.8%;
	top: 47%;
}

.provideo .pvideoul {
	padding-bottom: 180px;
	overflow: hidden;
}

.provideo .pvideoli {
	width: 100%;
	float: left;
	margin-top: 180px;
	position: relative;
}

.provideo .pvideoli .box {
	width: 63%;
	height: 0;
	padding-bottom: 35%;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.provideo .pvideoli .box video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}

.provideo .pvideoli .toggle {
	position: absolute;
	right: 0;
	height: 100%;
	width: calc(100% - 63%);
	padding-left: 60px;
}

.provideo .pvideoli .toggle .text {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	max-height: 100%;
	overflow: hidden;

}

.provideo .pvideoli .toggle .name {
	color: var(--color3);
	margin-bottom: 34px;
	line-height: 1.2;
}

.provideo .pvideoli .toggle .desc {
	color: var(--color2);
	height: calc(100% - 100px);
	overflow-y: auto;
	max-height: calc(100% - 100px);

}

.provideo .pvideoli:nth-child(2n-1) .box {
	float: right;
}

.provideo .pvideoli:nth-child(2n-1) .toggle {
	padding: 0;
	padding-right: 60px;
	right: initial;
	left: 0;
}




.hotvideo {
	position: relative;
	z-index: 1;
}

.hotvideo .box {
	height: calc(1080 / 1920 * 100%);
	overflow: hidden;
}

.hotvideo .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

.hotvideo .toggle {
	position: absolute;
	left: 50%;
	top: 0%;
	max-width: 880px;
	height: 100%;
	transform: translate(-50%, 0);
}

.hotvideo .toggle .text {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
	text-align: center;
}

.hotvideo .toggle .text .ico {
	margin-top: 55px;
}

.hotvideo .toggle .text .ico img {
	/* max-width: 80%; */
}

.hotvideo .toggle .text .name {
	color: var(--color13);
	margin-top: -18px;
}

.hotvideo .toggle .text .video {
	width: 100%;
	height: calc(480 / 820 * 100%);
	position: absolute;
	bottom: -85px;
	padding: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 40px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1)
}

.hotvideo .toggle .text .video video {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	border-radius: 18px;
}

.hotvideo .toggle .text .newbuynow {
	display: inline-block;
	margin-top: 20px;
}

.hotvideo .toggle .text .newbuynow .ah_btn {
	/* float: none; */
	margin: 0 auto;
}


.hotvideo .toggle .text .buynow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.hotvideo .toggle .text .buynow .btn {
	padding: 0 80px;
}

.hotbg {
	width: 100%;

}

.hotbg img {
	width: 100%;
}

.sixlist {
	padding-top: 265px;
	overflow: hidden;
	position: relative;
	background: var(--znbg);
}

.sixlist .box .title {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.sixlist .box .name {
	text-indent: 2em;
	position: relative;
	float: left;
}

.sixlist .box .name num {
	color: var(--color1);
	margin-right: 15px;
	margin-left: -35px;
}

.sixlist .box .name:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 44px;
	height: 30px;
	background: url(../images/sixico1.png);
}

.sixlist .box .name:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -50px;
	width: 82px;
	height: 74px;
	background: url(../images/sixico2.png);
}

.sixlist .toggle {
	position: relative;
	width: 100%;
	/* float: left; */
	/* top: -90px; */
}

.sixlist .toggle .service-swiper {
	overflow: visible;
	width: 100%;
}

.sixlist .toggle .sixul {
	max-width: 1200px;
	width: 100%;
	/* height: 670px; */
	position: relative;

	display: grid;
	grid-template-columns: calc(300/1200*100%) calc(336/1200*100%) calc(274/1200*100%) calc(208/1200*100%);
	grid-column-gap: calc(82/3/1200*100%);


}

.sixlist .toggle .sixli {
	/* float: left; */
	position: relative;



	width: 100%;
	padding-top: 100%;
	margin-bottom: 0.25rem;
}

.sixlist .toggle .sixli .rotatebox {
	overflow: hidden;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 20px;
}

.sixlist .toggle .sixli .img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sixlist .toggle .sixli img {
	width: 100%;
	height: 100%;
	/* float: left; */
	object-fit: cover;
}

.sixlist .toggle .sixli .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px 20px;
	/* max-height: 90%; */
	max-height: 100%;
	width: 100%;


	display: flex;
	flex-direction: column;

}

.sixlist .toggle .sixli .text .yinhao {
	/* position: absolute; */
	/* content: '';
	z-index: 4; */
	width: 21px;
	height: 13px;
	/* left: 20px; */
	/* top:10px; */
	/* background: url(/html/phone/images/sixico3.svg); */
}

.sixlist .toggle .sixli .text:after {
	position: absolute;
	content: '';
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6));
}

.sixlist .toggle .sixli .text .desc {
	flex: 1;
	position: relative;
	z-index: 3;
	width: 100%;
	/* float: right; */
	color: var(--color13);
	height: 40px;
	/* margin-top: 10px; */
	position: relative;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;

	transition: all .3s;

}

.sixlist .toggle .sixli:hover .text .desc {
	/* max-height: none; */
	-webkit-line-clamp: inherit;
	height: 100%;
	/* max-height: calc(100% - 60px); */
	/* -webkit-line-clamp:initial; */
	/* -webkit-box-orient:initial; */
	/* display:inline-block; */
}


/* .sixlist .toggle .sixli:nth-child(6n-5){
	width: 302px;
	height: 302px;
	margin-top: 150px;
}
.sixlist .toggle .sixli:nth-child(6n-4){
	width: 337px;
	height: 337px;
	margin-top: 100px;
	margin-left: 25px;
}
.sixlist .toggle .sixli:nth-child(6n-3){
	width: 274px;
	height: 274px;
	margin-left: 25px;
}
.sixlist .toggle .sixli:nth-child(6n-2){
	position: absolute;
	left: 456px;
	top: 460px;
	width: 208px;
	height: 208px;
}
.sixlist .toggle .sixli:nth-child(6n-1){
	position: absolute;
	width: 244px;
	height: 244px;
	left: 690px;
	top: 295px;
}
.sixlist .toggle .sixli:nth-child(6n){
	width: 208px;
	height: 208px;
	margin-left: 25px;
	margin-top: 190px;
} */
.sixlist .toggle .gifpic-p {
	perspective: 500px;
	position: absolute;
	z-index: 2;
	width: 94px;

	top: 31.5%;
	left: 27%;
	/* margin-top: 0.25rem; */
}

.sixlist .toggle .gifpic {
	transform-style: preserve-3d;
	background: var(--color11);
	transition: all .3s;
}

.sixlist .w1200 {
	position: relative;
}

.sixlist .sixlist-btn .sixbtn {
	position: absolute;
	z-index: 2;
	left: -80px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.sixlist .sixlist-btn .sixbtn.community-prev {
	background: var(--color13) url(../images/btn_l.png);
	background-size: cover;
}

.sixlist .sixlist-btn .sixbtn.community-next {
	position: absolute;
	z-index: 2;
	left: initial;
	right: -80px;
	width: 42px;
	height: 42px;
	background: var(--color13) url(../images/btn_r.png);
	background-size: cover;
}

.sixlist .sixlist-btn .sixbtn.swiper-button-disabled {
	opacity: 0.3;
}


.featured {
	padding-top: 2rem;
	padding-bottom: 70px;
	overflow: hidden;
	background: var(--znbg);
}

.featured .box .name {
	text-align: center;
	color: var(--color3);
}

.featured .toggle {
	margin-top: 15px;
}

.featured .toggle .featli {
	width: calc(100% / 6);
	height: calc(120 / 154 * 100%);
	float: left;
	margin-bottom: 30px;
}

.featured .toggle .featli a {
	padding: 0 5%;
}

.featured .toggle .featli .img {
	overflow: hidden;
}

.featured .toggle .featli a,
.featured .toggle .featli .img,
.featured .toggle .featli img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}




.ad {
	padding-bottom: 100px;
	overflow: hidden;
	background: var(--znbg);
}

.ad .adli {
	/* width: 100%;
	height: 0;
	padding-bottom: 30%;
	float: left;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to right top,#252525,#2A2A2A); */

	width: 100%;
	/* height: 0; */
	padding-bottom: calc(365/1200 *100%);
	overflow: hidden;
	position: relative;

}

.ad .adli .img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.ad .adli .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.ad .adli .text {
	padding: 0 1.1rem;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	/* left: 110px;
	top: 50%;
	transform: translate(0,-50%); */
	color: var(--color13);

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ad .adli .text .name {
	width: 520px;
}

.ad .adli .text .more {
	margin-top: 40px;
}




@media(max-width:1680px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {
	.sixlist .sixlist-btn .sixbtn {
		left: -60px;
	}

	.sixlist .sixlist-btn .sixbtn.community-next {
		right: -60px;
	}


}

@media(max-width:1280px) {

	.prosort .toggle .text {
		margin: 30px auto 0 auto;
	}


	/* .sixlist .toggle .sixli:nth-child(6n-4){
		margin-left: 15px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		margin-left: 15px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		left: 446px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 670px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 200px;
		height: 200px;
		margin-left: 15px;
	}

	.sixlist .toggle .gifpic{
		left: 317px;
	}

	.sixlist .sixlist-btn .sixbtn{
		left: -45px;
	}
	.sixlist .sixlist-btn .sixbtn.community-next{
		right: -45px;
	} */

}

@media(max-width:1200px) {

	.prosort .toggle .text {
		margin: 20px auto 0 auto;
	}

	.provideo .pvideoli {
		margin-top: 140px;
	}

	.provideo .pvideoul {
		padding-bottom: 140px;
	}


	/* .sixlist .toggle .sixul{
		width: calc(100% - 22px);
		height: 630px;
		margin-left: 11px;
	}
	.sixlist .toggle .sixli:nth-child(6n-5){
		width: 280px;
		height: 280px;
	}
	.sixlist .toggle .sixli:nth-child(6n-4){
		width: 310px;
		height: 310px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		width: 250px;
		height: 250px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		width: 205px;
		height: 205px;
		left: 400px;
		top: 425px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 620px;
		top: 265px;
		width: 210px;
		height: 210px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 180px;
		height: 180px;
		margin-left: 15px;
	}

	.sixlist .toggle .gifpic{
		left: 305px;
		top: 425px;
		width: 80px;
	} */

	.sixlist .sixlist-btn .sixbtn {
		left: -40px;
	}

	.sixlist .sixlist-btn .sixbtn.community-next {
		right: -40px;
	}

	.hotvideo .toggle .text .buynow .btn {
		padding: 0 70px;
	}

}


@media(max-width:1024px) {


	.prosort .toggle .text {
		margin: 10px auto 0 auto;
	}

	.provideo .pvideoli {
		margin-top: 100px;
	}

	.provideo .pvideoul {
		padding-bottom: 80px;
	}


	.sixlist {
		padding-top: 180px;
	}

	.sixlist .toggle .sixul {
		width: 92%;
		margin: 0 auto;
		/* width: calc(100% - 40px); */
		/* height: 545px; */
		/* margin-left: 20px; */
	}

	/* .sixlist .toggle .sixli:nth-child(6n-5){
		width: 230px;
		height: 230px;
	}
	.sixlist .toggle .sixli:nth-child(6n-4){
		width: 260px;
		height: 260px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		width: 200px;
		height: 200px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		width: 170px;
		height: 170px;
		left: 325px;
		top: 370px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 522px;
		top: 212px;
		width: 180px;
		height: 180px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 150px;
		height: 150px;
		margin-top: 140px;
	} */

	.sixlist .toggle .gifpic {

		width: 60px;
	}

	.sixlist .sixlist-btn .sixbtn {
		left: -30px;
	}

	.sixlist .sixlist-btn .sixbtn.community-next {
		right: -30px;
	}


	/* .ad .adli .text{
		left: 50px;
	} */


	.provideo .pvbg .ico {
		width: 80px;
	}

	.hotvideo .toggle .text .ico {
		margin-top: 30px;
	}

	.hotvideo .toggle .text .ico img {
		/* max-width: 60%; */
	}

	.hotvideo .toggle .text .video {
		border-radius: 20px;
		padding: 15px;
		width: 90%;
		margin-left: 5%;


	}

	.hotvideo .toggle .text .video video {
		border-radius: 12px;
	}

	.hotvideo .toggle .text .buynow .btn {
		padding: 0 60px;
	}

}

@media(max-width:900px) {}

@media(max-width:768px) {


	#banner-pic .text .box .name img {
		height: 50px;
	}

	.hotvideo .toggle .text .name {
		margin-top: 10px;
	}

	#banner-pic .text .box {
		width: 100%;
		height: calc(100% - 140px);
		top: 60px;
		transform: initial;
	}

	#banner-pic .link {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}

	#banner-pic .link .btn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		float: left;
		margin: 0;
		margin-top: 15px;
	}

	#banner-btn {
		display: none;
	}

	.prosort .proli {
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.prosort .toggle .link {
		opacity: 1;
		top: initial;
		bottom: 15px;
		transform: translate(-50%, 0);
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.prosort .toggle .link .btn {
		padding: 0 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	.prosort .proli:hover .link {
		transform: translate(-50%, 0);
	}

	.baiH {
		padding-bottom: 86%;
	}

	.provideo .pvbg {
		display: none;
	}

	.provideo .pvideoli {
		margin-top: 60px;
	}

	.provideo .pvideoli .box {
		width: 100%;
		padding-bottom: calc(300 / 343 * 100%);
	}

	.provideo .pvideoli:nth-child(2n-1) .box {
		float: left;
	}

	.provideo .pvideoli .toggle {
		width: 100%;
		float: left;
		position: initial;
		padding-right: initial;
		padding-left: initial;
	}

	.provideo .pvideoli .toggle .text {
		top: initial;
		transform: initial;
		padding: 0 14px;
	}

	.provideo .pvideoli:nth-child(2n-1) .toggle {
		padding-right: initial;
	}

	.provideo .pvideoli .toggle .name {
		margin-top: 24px;
		margin-bottom: 10px;
	}

	.hotvideo .box {
		height: 622px;
	}

	.hotvideo .box img {
		object-fit: cover;
	}

	.hotvideo .toggle .text .video {
		border-radius: 20px;
		width: 100%;
		margin: 0;
		padding: 0;
		height: calc(360 / 820 * 100%);
		bottom: 120px;
		border: var(--color13) 2px solid;
	}

	.hotvideo .toggle .text .video video {
		min-height: initial;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.hotvideo .toggle .text .buynow {
		width: 100%;
		bottom: 50px;
	}

	.hotvideo .toggle .text .buynow .btn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		background: var(--color1);
		border-color: var(--color1);
		color: var(--color13);
	}

	.hotvideo .toggle .text .buynow .btn:hover {
		background: var(--color13);
		border-color: var(--color13);
		color: var(--color1);
	}

	.colorf9 {
		background: var(--color13);
	}

	.sixlist {
		padding-top: 100px;
	}

	.sixlist .box {
		width: 100%;
		float: left;
	}

	.sixlist .box .name:before {
		width: 35px;
		height: 24px;
		background-size: cover;
	}

	.sixlist .box .name:after {
		width: 60px;
		height: 54px;
		right: -37px;
		bottom: -22px;
		background-size: cover;
	}

	.sixlist .toggle {
		top: 0;
	}

	.sixlist .toggle .gifpic,
	.sixlist .sixlist-btn {
		display: none;
	}

	#mcoty {
		/* width: calc( 100% + 30px);
		margin-left: -15px;
		overflow: hidden;
		padding-bottom: 80px; */

		width: 100%;
		/* margin-left: -15px; */
		/* overflow: hidden; */
		padding-bottom: 50px;

	}

	#mcoty .swiper-slide {
		/* width: 250px; */
		/* margin-left: 4%; */
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
	}

	#mcoty .swiper-slide .img {
		height: 0;
		padding-bottom: calc(210 / 275 * 100%);
		overflow: hidden;
		position: relative;
	}

	#mcoty .swiper-slide .img img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#mcoty .swiper-slide .text {
		width: 100%;
		/* height: 130px; */
		/* float: left; */
		background: var(--color13);
		padding: 16px 20px 20px;
		/* padding-top: 0; */
		position: relative;
	}

	#mcoty .swiper-slide .text .ii {
		height: 14px;
	}

	#mcoty .swiper-slide .headpic {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 58px;
		height: 58px;
		border-radius: 100%;
		overflow: hidden;
		border: var(--color1) 2px solid;
	}

	#mcoty .swiper-slide .name {
		display: none;
		margin-top: 10px;
		/* text-transform: capitalize; */
		text-align: center;
		color: var(--color3);
		font-size: 22px;
		font-weight: 700;
	}

	#mcoty .swiper-slide .desc {
		/* margin-top: 10px; */
		/* height: 32px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
		color: var(--color18);
		margin-top: 8px;
	}

	#mcoty .swiper-slide .text.isseemore .desc {
		/* margin-top: 10px; */
		/* height: 32px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 999;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#mcoty .swiper-slide .com-seemore {
		margin-top: 6px;
	}


	.featured .toggle .featli {
		width: calc(100% / 3);
		margin-bottom: 0;
	}

	/* .ad .adli{
		height: initial;
		padding-bottom: initial;
	}
	.ad .adli .img,.ad .adli .img img{
		position: initial;
		min-height: 150px;
	}
	.ad .adli .text{
		position: initial;
		top: initial;
		transform: initial;
		text-align: center;
		padding:50px 16px 0  16px;
		left: initial;
        line-height: 1;
	}
	.ad .adli .text .more{
		margin-top: initial;
		position: absolute;
		bottom: 55px;
		width: calc(100% - 100px);
        left: 50%;
        transform: translateX(-50%);
	}
    .ad .adli .text .more .link{
    	display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ad .adli .text .more .ah_btn{
    	width: 183px;
        height: 38px;
        border-radius: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    
    .ad .adli .text .name {
    	width: 100%;
        font-size: 40px;
    }
    
	.ad .adli .text .more .link{
		width: 100%;
		float: left;
	}
	.ad .adli .text .more .btn{
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-radius: 19px;
		background: var(--color1);
		border-color: var(--color1);
		color: var(--color13);
		position: relative;
		z-index: 1;
		opacity: 1;
	}
	.ad .adli .text .more .btn:hover{
		background: var(--color13);
		border-color: var(--color13);
		color: var(--color1);
	} */

	.ad .adli {
		width: 100%;
		padding-bottom: calc(410/345 *100%);
		overflow: hidden;
		position: relative;
	}

	.ad .adli .img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.ad .adli .img img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
	}

	.ad .adli .text {
		padding: 50px 16px;
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		color: var(--color13);

		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.ad .adli .text .name {
		width: 100%;
		font-size: 40px;
		text-align: center;
	}

	.ad .adli .text .more {
		margin-top: 0;
	}

	.ad .adli .text .more .ah_btn {
		width: 183px;
		height: 38px;
		border-radius: 19px;
		font-size: 16px;
		float: none;
		margin: 0 auto;
	}




}

@media(max-width:414px) {}